home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / VR_docsReal.dxr / 00003_Preparing Images and Image Text.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  204 b   |  8 lines

  1. global gDBItem, gDBType, gDataPath, gPathDel
  2.  
  3. on updateVRMovie
  4.   set tmpName to gDataPath & "VR_docs" & gPathDel & gDBItem & ".mov"
  5.   set the fileName of member "movHolder" to tmpName
  6.   updateStage()
  7. end
  8.